Class Main

java.lang.Object
edu.uky.ai.csp.Main

public class Main
extends java.lang.Object
Solves a given constraint satisfaction problem and prints out information about how much work was done to reach the solution.
Author:
Stephen G. Ware
  • Constructor Summary

    Constructors 
    Constructor Description
    Main()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Solves the problem, printing out information along the way.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Solves the problem, printing out information along the way.
      Parameters:
      args - ignored